翻訳と辞書
Words near each other
・ Statehood Day (Slovenia)
・ Statehood movement in Puerto Rico
・ Statehouse
・ Statehouse Convention Center
・ Stateira
・ Stateira (wife of Artaxerxes II)
・ Stateira I
・ Stateira II
・ Statek kosmiczny Ścianka
・ Stateless
・ Stateless (band)
・ Stateless (Lene Lovich album)
・ Stateless (Stateless album)
・ Stateless (Unwed Sailor and Early Day Miners album)
・ Stateless nation
Stateless protocol
・ Stateless society
・ Statelessness
・ Stateline
・ Stateline (TV program)
・ Stateline Casino
・ Stateline Country Club
・ Stateline Dam
・ Stateline Motel
・ Stateline Speedway
・ Stateline Township, Sherman County, Kansas
・ Stateline Wilderness
・ Stateline Wind Farm
・ Stateline, California
・ Stateline, Nevada


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Stateless protocol : ウィキペディア英語版
Stateless protocol
In computing, a stateless protocol is a communications protocol that treats each request as an independent transaction that is unrelated to any previous request so that the communication consists of independent pairs of ''request and response''. A stateless protocol does not require the server to retain session information or status about each communications partner for the duration of multiple requests. In contrast, a protocol which requires keeping of the internal state on the server is known as a stateful protocol.
Examples of stateless protocols include the Internet Protocol (IP) which is the foundation for the Internet, and the Hypertext Transfer Protocol (HTTP) which is the foundation of data communication for the World Wide Web.
The stateless design simplifies the server design because there is no need to dynamically allocate storage to deal with conversations in progress. If a client dies in mid-transaction, no part of the system needs to be responsible for cleaning up the present state of the server. A disadvantage of statelessness is that it may be necessary to include additional information in every request, and this extra information will need to be interpreted by the server.
==Examples==
An example of a stateless protocol is HTTP,〔(【引用サイトリンク】title=RFC 7230 - Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing )〕 meaning that each request message can be understood in isolation.
Contrast this with a traditional FTP server that conducts an interactive session with the user. During the session, a user is provided a means to be authenticated and set various variables (working directory, transfer mode), all stored on the server as part of the user's state.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Stateless protocol」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.